@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #1F2021
}

::-webkit-scrollbar-thumb {
    background: #e26520;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #1F2021
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: .2rem
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 40px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 25px
}

h6 {
    font-size: 18px
}

p {
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #777;
    margin: 0
}

.navbar {
    top: 25px;
    height: 80px
}

.navbar .navbar-nav .nav-link {
    color: #fff
}

.navbar .menu-icon {
    color: #fff
}

.navbar.nav-scroll {
    background: #1F2021
}

.navbar .navbar-nav .nav-link.active {
    color: #e26520
}

.icon-img-120 {
    width: 120px
}

.icon-img-140 {
    width: 140px
}

.icon-img-160 {
    width: 160px
}

.video-section {
    overflow: hidden;
    position: relative
}

.video-section .container {
    z-index: 32 !important;
    position: relative
}

.video-section .fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30
}

.video-section video {
    min-width: 100% !important;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    overflow: hidden
}

.video-section .video-section-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    background: -moz-linear-gradient(top, rgba(4, 32, 48, 0.80) 0%, rgba(4, 32, 48, 0.10) 100%);
    background: -webkit-linear-gradient(top, rgba(4, 32, 48, 0.80) 0%, rgba(4, 32, 48, 0.10) 100%);
    background: linear-gradient(to bottom, rgba(4, 32, 48, 0.80) 0%, rgba(4, 32, 48, 0.10) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F2021', endColorstr='#1F2021', GradientType=0)
}

.type-wrap {
    margin: 0 0 40px;
    display: block
}

.type-wrap span {
    font-size: 40px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff
}

.type-wrap .typed-cursor {
    color: #e26520;
    margin-left: 5px;
    -webkit-text-stroke: unset
}

.type-wrap.typed3 {
    margin: 0 0 20px
}

.type-wrap.typed3 strong {
    color: #e26520;
    font-weight: 600
}

.type-wrap.typed3 .typed-cursor {
    color: #fff;
    font-weight: 600
}

.startup-header h1 {
    font-size: 120px;
    line-height: 1;
    font-weight: 600
}

.numb-font {
    font-weight: 800
}

.modern-footer {
    position: relative
}

.modern-footer .bg-img {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover
}

.intro {
    padding-bottom: 0
}

.numbers {
    padding: 0 0 150px
}

.values {
    position: absolute;
    right: 0;
    z-index: 50;
    bottom: 0
}

.navbar>.container {
    position: relative
}

.navbar .logo {
    position: absolute;
    left: 15px
}

.btn-abs {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.05)
}

.topnav {
    right: 15px;
    position: absolute
}

.navigation {
    position: relative
}

.showcases {
    padding-top: 0;
    background: #1F2021
}

.showcases .text-bg {
    font-size: 10vw;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    left: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .05;
    text-align: center;
    font-weight: 600;
    color: #fff
}

.btn-abs.butn.butn-bord-thin {
    border-color: rgba(255, 255, 255, .1)
}

.about .about-circle-crev {
    position: relative;
    width: calc(100% - 50px)
}

.about .about-circle-crev .circle-button .rotate-circle svg {
    width: 500px
}

.about .about-circle-crev .circle-button {
    position: relative
}

.about .about-circle-crev .circle-button:after {
    content: '';
    position: absolute;
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 60px;
    border: 70px solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: -1
}

.about .about-circle-crev .rotate-circle {
    -webkit-animation-duration: 60s;
    animation-duration: 60s
}

.about .about-circle-crev .half-circle-img {
    height: 450px;
    width: 225px;
    border-bottom-right-radius: 450px;
    border-top-right-radius: 450px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about .about-circle-crev .half-circle-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.about .img.bg-pattern {
    padding: 50px;
    background-size: 80px !important;
    background-repeat: repeat;
    position: relative
}

.about .img.bg-pattern img {
    border-radius: 15px;
    margin: auto;
    position: relative;
    z-index: 3
}

.about .img.bg-pattern .tit {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(30%) rotate(5deg);
    -ms-transform: translateY(-50%) translateX(30%) rotate(5deg);
    transform: translateY(-50%) translateX(30%) rotate(5deg);
    z-index: 2
}

.about .img.bg-pattern .tit span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase
}

.about .img.bg-pattern .tit span.stroke {
    position: absolute;
    top: 10px;
    left: 20px;
    color: transparent;
    -webkit-text-stroke: .5px rgba(255, 255, 255, 0.5);
    z-index: -1
}

.about .img {
    position: relative;
    overflow: hidden
}

.about .img .exp {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
    z-index: 3
}

.about .img .exp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1f3f5;
    z-index: -1
}

.about .img .exp:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 150%;
    background: #c9f31d;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: -2
}

.about .quote-img h2 {
    position: relative;
    z-index: 1
}

.about .quote-img .img {
    width: 80%;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.about .quote-img .img img {
    border-radius: 10px
}

.about .mission {
    position: relative
}

.about .mission .about-carsouel {
    padding: 80px 60px;
    position: relative;
    z-index: 3
}

.about .mission .back-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%
}

.about .bg-pattern {
    background-size: 95% !important
}

.item-bord {
    padding: 50px
}

.how-ul {
    width: 100%;
    list-style: none;
    text-align: center
}

.how-ul li {
    display: inline-block;
    width: 33.33333333333%;
    margin: 0 -2px;
    padding: 0;
    text-align: cente;
    vertical-align: top
}

.how-ul li:last-child .how:after {
    display: none
}

.how {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.how:after {
    background: #e3e3e3;
    position: absolute;
    top: 42px;
    right: -16.6666666%;
    display: block;
    content: "";
    margin: 0 auto;
    width: 33.3333333%;
    height: 1px;
    z-index: 0
}

.how:hover h4 {
    color: #e26520
}

.how .numb {
    text-align: center;
    width: 84px;
    height: 84px;
    line-height: 80px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
    position: relative;
    border: 3px solid #e26520;
    font-size: 20px;
    font-weight: 700;
    background: #fff
}

.how:hover .numb {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e26520;
    color: #fff;
    font-size: 28px
}

.how:hover .numb:before {
    top: -15px;
    left: -15px;
    width: 109px;
    height: 109px;
    position: absolute;
    display: block;
    background: #1F2021;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: video-icon-sonar 2s linear infinite;
    animation: video-icon-sonar 2s linear infinite;
    content: "";
    z-index: -1
}

.how.active .numb {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e26520;
    color: #fff;
    font-size: 28px
}

.how.active .numb:before {
    top: -15px;
    left: -15px;
    width: 109px;
    height: 109px;
    position: absolute;
    display: block;
    background: #1F2021;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: video-icon-sonar 2s linear infinite;
    animation: video-icon-sonar 2s linear infinite;
    content: "";
    z-index: -1
}

.how.active h4 {
    color: #e26520
}

@-webkit-keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.clients {
    width: 100%;
    text-align: center;
    margin: auto;
    line-height: 60px
}

.clients img {
    max-height: 60px;
    max-width: 150px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.clients:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);
    opacity: 1
}

.services .item-box {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    border-radius: 10px
}

.services .item-box p {
    line-height: 26px;
    min-height: 78px
}

.color-gray {
    color: #85888a
}

.bg-gray {
    background: #f3f3f3
}

.bg-gray2 {
    background: linear-gradient(to bottom, #e3e3e3 0%, #fff 100%)
}

.bg-gray4 {
    background: linear-gradient(to top, #f3f3f3 0%, #fff 100%)
}

.bg-gray5 {
    background: linear-gradient(to bottom, #f0f0f0 0%, #fff 50%);
    z-index: -1
}

.bg-gray3 {
    background: linear-gradient(to right, #f3f3f3 0%, #fff 100%)
}

.bg-gray1 {
    background: linear-gradient(to left, #f3f3f3 0%, #fff 66%)
}

.center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.client {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.client li {
    display: inline-block;
    width: 25%;
    margin: 0 -2px;
    padding: 0
}

.client a {
    line-height: 200px;
    height: 200px;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0 20px 20px 0;
    border-radius: 10px;
    background: radial-gradient(ellipse at center, #fff 0%, #f3f3f3 100%);
    border: 1px solid #f0f1f2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.client a img {
    max-height: 70px;
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.client a:hover {
    background: #fff;
    box-shadow: 0 0 15px #d3d3d3
}

.client:hover a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.client:hover a img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100%);
    opacity: .75
}

.serv-imgs {
    position: relative;
    top: -150px
}

.emotive {
    position: relative;
    top: -100px
}

.emotive-box {
    position: relative;
    padding: 100px 0 0;
    margin-bottom: 30px;
    display: block
}

.nmb {
    color: rgba(0, 0, 0, .07);
    position: absolute;
    top: 0;
    z-index: -1;
    left: -40px;
    font-size: 150px;
    font-weight: 600
}

.carousel-slider .gallery-img .bg-img a {
    border: 3px solid transparent;
    border-radius: 15px
}

.carousel-slider .gallery-img .bg-img:hover a {
    border-color: #e26520
}

.item-box:hover .rmore.to-in {
    margin-left: 0
}

.item-box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.item-box:hover {
    background: #1F2021
}

.item-box:hover h5 {
    color: #fff
}

.values-section {
    padding: 70px 0
}

.sec-bottom {
    top: -70px
}

.go-more {
    float: right
}

.subtitle {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e26520;
    z-index: 100;
    font-family: 'Poppins', sans-serif
}

.subtitle span {
    background: #fff;
    padding: 0 30px
}

.border-top {
    border-top: 1px solid #e3e3e3
}

.services-tab .serv-tab-link .item-link.current h4 {
    color: #e26520
}

.services-tab .serv-tab-cont .item {
    position: relative
}

.services-tab .serv-tab-cont .item .img {
    position: absolute;
    z-index: 1;
    height: 240px;
    width: 360px;
    top: 0;
    left: 0
}

.services-tab .serv-tab-cont .item .img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px
}

.services-tab .serv-tab-cont .item .cont {
    position: relative;
    left: 0;
    margin-left: 20%;
    background: #1F2021;
    border-radius: 15px;
    padding: 200px 40px 60px
}

.services-tab .serv-tab-cont .item .cont h4 {
    margin-bottom: 20px;
    display: none
}

.services-tab .serv-tab-cont .item .cont p,
.services-tab .serv-tab-cont .item .cont h4 {
    color: #fff
}

.services-tab .serv-tab-cont .item .cont ul {
    list-style: none;
    margin: 15px 0;
    padding: 0
}

.services-tab .serv-tab-cont .item .cont ul li {
    padding: 0 5px 5px 20px;
    font-size: 16px;
    position: relative;
    line-height: 24px;
    margin: 0;
    color: rgba(255, 255, 255, .75);
    width: 100%
}

.services-tab .serv-tab-cont .item .cont ul li:before {
    content: "";
    background: #e26520;
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%
}

.work-minimal .item .img {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.work-minimal .item .img:hover {
    box-shadow: 0 0 15px #c3c3c3
}

.work-minimal .item .img img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover
}

.tags span {
    padding: 8px 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.06);
    margin: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block
}

.tags span:hover {
    background: #e26520
}

.color-box {
    margin-bottom: 50px
}

.color-box span {
    height: 120px;
    width: 120px;
    background: #fff;
    border-radius: 50%;
    color: #1F2021;
    position: relative;
    margin: 5px;
    display: inline-block;
    text-align: center;
    line-height: 120px;
    font-size: 14px
}

.color-box span.c1 {
    background: #92794d
}

.color-box span.c2 {
    background: #fff
}

.color-box span.c2.white {
    color: #1F2021
}

.color-box span.c3 {
    background: #272C32
}

.mob-video {
    text-align: center
}

.mob-video video {
    height: 100% !important;
    min-height: 100%
}

.about-info {
    margin-bottom: 30px
}

.cont-info h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    color: #e26520
}

.cont-info h5 {
    line-height: 1.5
}

.project.work {
    height: 320px
}

/* .project.work img{min-height:320px} */

.project.work img {
    height: 100%;
    object-fit: cover;
}

@media(max-width: 767px) {
    .project.work img {
        height: auto !important;
    }
}

@media(max-width: 500px) {
    .project.work {
        height: 208px;
    }
}

.project.work .conte {
    position: absolute;
    bottom: -50px
}

.project {
    margin: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    background: #1F2021;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    border-radius: 15px
}

.project img {
    opacity: .8;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.project:hover img {
    opacity: .3
}

.project .conte {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    padding: 40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.project:hover .conte {
    bottom: 0
}

.project .conte h6 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px
}

.project .cat {
    position: relative;
    top: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.project:hover .cat {
    top: 0
}

.project .cat span {
    background: #fff;
    padding: 5px 10px;
    color: #000;
    margin: 0 3px 3px 3px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppecase;
    line-height: 20px
}

.filtering span {
    margin: 0;
    padding: 10px 30px;
    border-radius: 25px
}

.filtering span:after {
    display: none
}

.filtering span.active {
    background: #e26520;
    color: #fff
}

.pagination .page-item .page-link {
    border: 0;
    padding: 12px 5px;
    margin: 0 10px;
    background: transparent;
    color: #828282;
    min-width: 40px;
    text-align: center;
    border-radius: 100%;
    line-height: 1.25;
    font-size: 13px;
    font-weight: 600
}

.pagination .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    padding: 0
}

.pagination .page-item:last-child .page-link {
    margin-right: 0
}

.pagination .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    background: transparent;
    color: #232323;
    box-shadow: none
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 10px rgba(23, 23, 23, .15)
}

.pagination .page-item:first-child .page-link {
    margin-left: 0
}

@media screen and (max-width: 992px) {
    .btn-abs {
        display: none
    }
    h1 {
        font-size: 50px
    }
    h2 {
        font-size: 40px
    }
    h3 {
        font-size: 32px
    }
    h4 {
        font-size: 24px
    }
    h5 {
        font-size: 20px
    }
    h6 {
        font-size: 16px
    }
    .values {
        display: none
    }
    .services-details .serv-imgs .img {
        height: 300px
    }
    .carousel-slider {
        min-height: 80vh
    }
    .carousel-slider .gallery-img .bg-img {
        height: 350px
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 30px;
        padding-left: 30px
    }
    .emotive-box {
        padding-top: 30px
    }
    .nmb {
        left: -15px;
        font-size: 100px;
        top: -40px
    }
    .navbar .logo {
        left: 30px
    }
    .page-intro .img {
        height: 320px
    }
    .client li {
        width: 33.333333333%
    }
    .img-scale br {
        display: none
    }
    .services-tab .col-lg-6:first-child {
        order: 2
    }
    .taboi {
        display: none
    }
    .services-tab .serv-tab-cont .item .cont h4 {
        display: block
    }
    .services-tab .serv-tab-cont .tab-content {
        display: block;
        margin-bottom: 120px
    }
    .services-tab .serv-tab-cont .item .cont {
        margin-left: 0
    }
    .services-tab .serv-tab-cont .item .img {
        left: 30px;
        right: 30px;
        width: calc(100% - 60px)
    }
    .services-tab .serv-tab-cont .tab-content:last-child {
        margin-bottom: 0
    }
    .sm-d-none {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .client li {
        width: 50%
    }
    .client a img {
        max-height: 50px;
        max-width: 150px
    }
    .client a {
        line-height: 150px;
        height: 150px
    }
}

@media screen and (max-width: 480px) {
    .client li {
        width: 100%
    }
}

.color-box .text-black {
    color: #000000 !important;
}

.active-butn {
    background: #e26520 !important;
}

.career {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #eee
}

.career:last-child {
    border-bottom: none
}

.career a {
    outline: none;
}

.career p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.career hr {
    margin: 30px 0;
    opacity: .15;
}

.career h4 {
    margin-bottom: 10px;
    font-size: 24px
}

.career .career-img {
    text-align: center;
    background: #fff;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 50%
}

.career:hover .career-img {
    background: radial-gradient(ellipse at center, #fff 0%, #f0f0f0 100%);
}

.career h3 {
    margin-bottom: 20px;
}

.career:hover h3 {
    color: #e26520
}

.career .career-img img {
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 50px;
    width: auto
}

.career:hover .career-img img {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}

.career .career-info {
    padding-left: 153px
}

.career .career-info .career-tags {
    margin: 20px 0 0;
}

.career .career-info .career-tags .tag {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    border-radius: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.career:hover .career-info .career-tags .tag {
    color: #fff;
    background: #e26520;
}

.job-tags {
    margin-bottom: 30px;
    padding: 0
}

.job-tags li {
    display: inline-block;
    margin-right: 60px;
    height: 60px;
    width: auto;
    vertical-align: middle
}

.job-tags li:first-child {
    margin-right: 15px
}

.job-tags li img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.job-tags li span {
    opacity: .5;
    margin-top: 5px
}

.job-desc {
    margin-top: 20px;
    padding: 0
}

.job-desc li {
    padding: 0 0 0 25px;
    position: relative
}

.job-desc li:before {
    content: "";
    background: #FF4001;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block
}

.form2 .file {
    position: relative;
}

.form2 .file label {
    font-weight: 300;
    display: block;
    padding: 15px 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 15px;
    border-radius: 30px;
    transition: all .4s;
    background: #fff;
}

.form2 .file input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    cursor: pointer
}

@media screen and (max-width: 992px) {
    .btn-abs {
        display: none
    }
    h1 {
        font-size: 50px
    }
    h2 {
        font-size: 40px
    }
    h3 {
        font-size: 32px
    }
    h4 {
        font-size: 24px
    }
    h5 {
        font-size: 20px
    }
    h6 {
        font-size: 16px
    }
    .startup-header h1 {
        font-size: 80px
    }
    .values {
        display: none
    }
    .type-wrap span {
        font-size: 25px;
        line-height: 25px
    }
    .services-details .serv-imgs .img {
        height: 300px
    }
    .carousel-slider {
        min-height: 80vh
    }
    .carousel-slider .gallery-img .bg-img {
        height: 350px
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 30px;
        padding-left: 30px
    }
    .emotive-box {
        padding-top: 30px
    }
    .nmb {
        left: -15px;
        font-size: 100px;
        top: -40px
    }
    .navbar .logo {
        left: 30px
    }
    .page-intro .img {
        height: 320px
    }
    .client li {
        width: 33.333333333%
    }
    .img-scale br {
        display: none
    }
    .services-tab .col-lg-6:first-child {
        order: 2
    }
    .taboi {
        display: none
    }
    .services-tab .serv-tab-cont .item .cont h4 {
        display: block
    }
    .services-tab .serv-tab-cont .tab-content {
        display: block !important;
        margin-bottom: 120px
    }
    .services-tab .serv-tab-cont .item .cont {
        margin-left: 0
    }
    .services-tab .serv-tab-cont .item .img {
        left: 30px;
        right: 30px;
        width: calc(100% - 60px)
    }
    .services-tab .serv-tab-cont .tab-content:last-child {
        margin-bottom: 0
    }
    .sm-d-none {
        display: none !important
    }
    .job-tags li {
        width: 50%;
        margin: 0 -2px
    }
}

@media screen and (max-width: 768px) {
    .client li {
        width: 50%
    }
    .client a img {
        max-height: 50px;
        max-width: 150px
    }
    .client a {
        line-height: 150px;
        height: 150px
    }
    .job-tags li {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .client li {
        width: 100%
    }
}

@media(min-width: 600px) and (max-width: 992px) {
    .startup-header h1 {
        font-size: 60px
    }
    .type-wrap span {
        font-size: 23px;
        line-height: 23px
    }
}

@media(max-width: 600px) {
    .startup-header h1 {
        font-size: 50px
    }
    .type-wrap span {
        font-size: 20px;
        line-height: 20px
    }
}